/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('/tpl/cn_headwaytech/assets/fonts/iconfont.eot?t=1481266234445');
    src: url('/tpl/cn_headwaytech/assets/fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('/tpl/cn_headwaytech/assets/fonts/iconfont.woff?t=1481266234445') format('woff'), url('/tpl/cn_headwaytech/assets/fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('/tpl/cn_headwaytech/assets/fonts/iconfont.svg?t=1481266234445') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
body
{
    font-family: 'PingFang SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: relative;

    width: 100%;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .top
{
    position: relative;
    z-index: 10;

    height: 90px;

    text-align: center;
}
.header .top .left
{
    position: relative;
    z-index: 8;

    display: inline-block;
    float: left;

    margin-top: 30px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .header .top .left
    {
        display: none;
    }
}
.header .top .left p
{
    font-size: 13px;
    line-height: 1.92307692;

    display: inline-block;
    float: left;

    margin: 0;
    margin-right: 30px;

    color: #888;
}
.header .top .left p:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 18px;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-right: 6px;

    content: '\e61c';

    color: #cacaca;
    border: 1px solid #cacaca;
    border-radius: 50%;
}
.header .top .left p a:hover
{
    text-decoration: underline;

    color: #ec8106;
}
.header .top .left p.email:before
{
    content: '\e62c';
}
.header .top .language
{
    display: inline-block;
}
@media (max-width: 1199px)
{
    .header .top .language
    {
        display: none;
    }
}
.header .top .language a
{
    font-size: 13px;
    line-height: 25px;

    display: block;

    color: #888;
}
.header .top .language a:before
{
    display: inline-block;
    float: left;

    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-right: 6px;

    content: '';

    background: url(/tpl/cn_headwaytech/assets/images/language.png) no-repeat;
    background-size: cover;
}
.header .top .language a:hover
{
    text-decoration: underline;

    color: #ec8106;
}
.header .top .language a.en:before
{
    background-position: -18px 0;
}
.header .top-nav
{
    height: 60px;

    background-color: #fff;
}
.header .logo
{
    position: absolute;
    top: 16px;
    left: 0;

    width: 100%;
    height: 74px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        top: 10px;
        left: 0;

        height: 50px;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        position: absolute;
        top: 18px;
        right: 10px;

        display: block;

        margin-top: 0;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 10px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #cacaca;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #cacaca;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #004da0;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        text-align: center;
    }
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;
    }
    .header .nav .nav-list1 > li > a
    {
        line-height: 60px;

        position: relative;

        display: inline-block;

        padding: 0 40px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:after
    {
        position: absolute;
        top: 20px;
        right: 0;

        float: right;

        content: '|';

        color: #eee;
    }
    .header .nav .nav-list1 > li:last-child:after
    {
        display: none;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #ec8106;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        border-top: 4px solid #ec8106;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

        background-color: #ffffff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        height: auto!important;
        padding: 20px 40px;

        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        text-decoration: underline;

        color: #ec8106;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #004da0;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 20px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none!important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(0, 0, 0, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #343434;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #ec8106;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 3px solid #1f1e1e;
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .right
{
    position: relative;
    z-index: 8;

    display: inline-block;
    float: right;

    margin-top: 30px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .header .right
    {
        float: left;

        margin-top: 22px;
    }
}
.header .find
{
    font-size: 12px;
    line-height: 25px;

    float: right;

    margin-left: 30px;
    padding: 0 16px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #888;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 15px;

    float: left;

    margin-right: 4px;

    content: '\e660';

    color: #cacaca;
}
.header .find:hover
{
    color: #ec8106;
    border-color: #ec8106;
}
.header .find:hover:before
{
    color: #ec8106;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-left: 0;
        padding: 0;

        border: none;
    }
    .header .find:before
    {
        font-size: 18px;
    }
    .header .find span
    {
        display: none;
    }
}
.header .dropdown
{
    float: right;

    margin-left: 24px;
}
@media (max-width: 1199px)
{
    .header .dropdown
    {
        display: none;
    }
}
.header .dropdown h3
{
    font-size: 12px;
    line-height: 25px;

    display: inline-block;

    margin: 0;
    padding: 0 6px;

    color: #888;
}
.header .dropdown h3:after
{
    display: inline-block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 10px;
    margin-left: 6px;

    content: '';

    border-top: 4px solid #969696;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .dropdown h3:hover
{
    color: #ec8106;
}
.header .dropdown h3:hover:after
{
    border-top: 4px solid #ec8106;
}
.header .dropdown .dropnav2
{
    position: absolute;

    display: none;

    width: auto;
    margin-left: -20px;
    padding: 14px 10px;
}
.header .dropdown .dropnav2 ul
{
    top: 28px;

    min-width: 90px;
    padding: 10px 12px;

    text-align: left;

    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .11);
}
.header .dropdown .dropnav2 a
{
    font-size: 12px;
    line-height: 2;

    display: block;

    color: #999;
}
.header .dropdown .dropnav2 a:before
{
    float: left;

    margin-right: 8px;

    content: '>';
}
.header .dropdown .dropnav2 a:hover
{
    color: #ec8106;
}
.header .enter
{
    position: absolute;
    top: 20px;
    left: 28px;

    color: #fff;
    display: none;
}
@media(max-width: 1199px){
    .header .enter{
        display: block;
    }
}
.header .enter a
{
    display: inline-block;
}
.header .enter a:after
{
    margin: 0 12px;

    content: '|';
}
.header .enter a:last-child:after
{
    display: none;
}
.online
{
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e621';

    color: #fff;
}
.online a:hover
{
    background-color: #15ad0d;
}
.online a.online-email:after
{
    content: '\e61f';
}
.online a.online-email:hover
{
    background-color: #765099;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #3b589b;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #33d055;
}
.online a.online-wechat:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 46px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #ec8106;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    z-index: 0;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 8px;

    cursor: pointer;

    opacity: .65;
    border: 1px solid #fff;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover
{
    opacity: 1;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 33.85416667%;
}
.banner-in .img-box
{
    padding-bottom: 16.14583333%;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title p
{
    font-size: 15px;
    line-height: 2;

    max-width: 740px;
    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
.content
{
    position: relative;
    z-index: 9;
}
.banner{
	font-size: 0;
}
.box-about
{
    padding: 100px 0;
    background: url(/tpl/cn_headwaytech/assets/images/about_bg1.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-about .num
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .box-about .num
    {
        margin-top: 30px;
    }
}
.box-about .num ul
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-about .num ul
    {
        margin: 0 -8px;
    }
}
@media (min-width: 1200px)
{
    .box-about .num ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-about .num ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.box-about .num ul li
{
    display: inline-block;

    margin-right: -4px;
    padding: 10px 15px;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .box-about .num ul li
    {
        display: inline-block;

        max-width: 20%;

        list-style: none;

        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .box-about .num ul li
    {
        width: 25%;

        text-align: center;
    }
}
@media (max-width: 767px)
{
    .box-about .num ul li
    {
        width: 50%;
        padding: 0 8px;
    }
}
.box-about .num .item
{
    margin: 15px 0;
}
.box-about .num .item h3
{
    font-family: Arial, 'Helvetica Neue', Helvetica;
    font-size: 48px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;

    color: #ec8106;
}
.box-about .num .item h3:after
{
    font-size: 16px;

    position: absolute;
    top: 0;
    right: -16px;

    display: inline-block;

    content: '+';
}
@media (max-width: 1199px)
{
    .box-about .num .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .num .item h3
    {
        font-size: 34px;
    }
}
.box-about .num .item p
{
    font-weight: 500;

    margin: 12px 0 0 0;

    color: #666;
}
.box-news
{
    overflow: hidden;

    background-color: #f7f7f7;
}
.box-news .news
{
    overflow: hidden;

    margin: 0 -5px;
    margin-top: 40px;
}
.box-news .news .item
{
    float: left;

    padding: 0 5px;
}
.box-news .news .item-1,
.box-news .news .item-phone
{
    width: 31.56%;
}
@media (max-width: 767px)
{
    .box-news .news .item-1,
    .box-news .news .item-phone
    {
        display: none;

        width: 100%;
    }
}
.box-news .news .item-1 .img-box,
.box-news .news .item-phone .img-box
{
    padding-bottom: 152.5%;
}
.box-news .news .item-1 .img-box img,
.box-news .news .item-phone .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item-phone
{
    display: none;
}
@media (max-width: 767px)
{
    .box-news .news .item-phone
    {
        display: block;
    }
}
.box-news .news .item-phone .img-box
{
    padding-bottom: 62.5%;
}
.box-news .news .item .pic
{
    position: relative;

    margin-top: 10px;
}
.box-news .news .item .pic .maskbg
{
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 55%, rgba(0, 0, 0, .64) 100%);
    background-image:         linear-gradient(-180deg, rgba(0, 0, 0, .04) 55%, rgba(0, 0, 0, .64) 100%);
}
.box-news .news .item .pic .note
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 20px 30px;
}
@media (max-width: 991px)
{
    .box-news .news .item .pic .note
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .pic .note
    {
        padding: 10px;
    }
}
.box-news .news .item .pic .note h3
{
    /*font-size: 14px;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .pic .note p
{
    font-size: 12px;
    line-height: 1.66666667;

    display: -webkit-box;
    overflow: hidden;

    max-height: 40px;
    margin: 6px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .item .pic .note p
    {
        margin: 0;
    }
}
.box-news .news .item .pic:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item .pic:hover .note
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.box-news .news .item-2,
.box-news .news .item-3
{
    float: left;

    width: 34.22%;
}
@media (max-width: 767px)
{
    .box-news .news .item-2,
    .box-news .news .item-3
    {
        width: 50%;
    }
}
.box-news .news .item-2 .img-box,
.box-news .news .item-3 .img-box
{
    padding-bottom: 68.96551724%;
}
.box-news .news .item-2 .img-box img,
.box-news .news .item-3 .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item-2 .pic .note p,
.box-news .news .item-3 .pic .note p
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .more
{
    margin-top: 30px;

    background-color: #004da0;
}
.box-news .more a
{
    font-size: 12px;
    line-height: 50px;

    display: block;

    height: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
}
.box-news .more a span
{
    display: inline-block;
}
.box-news .more a span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 6px;

    content: '\e61f';
}
.box-news .more a:hover
{
    background-color: #ec8106;
}
.box-product
{
    padding-bottom: 0;
}
.box-product .product
{
    overflow: hidden;
}
.box-product .product ul
{
    overflow: hidden;

    margin: 0 -2px;
}
@media (max-width: 991px)
{
    .box-product .product ul
    {
        margin-top: 40px;
    }
}
.box-product .product ul li
{
    position: relative;

    float: left;

    width: 20%;
    margin-top: 60px;
    padding: 40px 0 70px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;
    vertical-align: top;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
@media (max-width: 1560px)
{
    .box-product .product ul li
    {
        padding: 30px 0 50px;
    }
}
@media (max-width: 991px)
{
    .box-product .product ul li
    {
        width: 33.33333333%;
        margin-top: 0;

        border-bottom: 1px solid #e6e6e6;
    }
    .box-product .product ul li:first-child
    {
        border-left: 1px solid #fff;
    }
    .box-product .product ul li:nth-child(4)
    {
        margin-left: 1px;

        border-top: none;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: none;
    }
    .box-product .product ul li:nth-child(5)
    {
        border-top: none;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: none;
    }
}
@media (max-width: 767px)
{
    .box-product .product ul li
    {
        width: 50%;
        margin-left: -1px;
        padding: 30px 0;

        border: none;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }
    .box-product .product ul li:nth-child(4)
    {
        border-top: 1px solid #e6e6e6;
        border-left: none;
    }
    .box-product .product ul li:nth-child(3)
    {
        border-right: 1px solid #e6e6e6;
    }
    .box-product .product ul li:nth-child(5)
    {
        margin-top: -1px;

        border-top: 1px solid #e6e6e6;
    }
}
.box-product .product ul li:hover .img-box
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
}
.box-product .product ul li:hover a.more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.box-product .product .img-box
{
    padding-bottom: 75%;

    -webkit-transition: all .5s;
            transition: all .5s;
}
.box-product .product .note
{
    -webkit-transition: all .5s;
            transition: all .5s;
}
.box-product .product .note h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-product .product .note a.more
{
    display: inline-block;

    margin-top: 0;
}
.box-product .product .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e68d';

    color: #004da0;
}
.box-service
{
    padding-bottom: 30px;

    background-color: #f7f7f7;
}
.box-service .service
{
    position: relative;

    margin-top: 50px;
    padding-top: 40px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-service .service
    {
        display: none;
    }
}
.box-service .service img
{
    max-width: 100%;
}
.box-service .service .pic-1 img
{
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
.box-service .service .pic-2
{
    position: absolute;
    top: 0;

    width: 100%;
}
.box-service .service .pic-3
{
    position: absolute;
    top: 94px;

    width: 100%;
}
.box-service .phone-service
{
    display: none;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-service .phone-service
    {
        display: block;
    }
}
.box-service .phone-service img
{
    max-width: 100%;
}
.box-email form
{
    position: relative;

    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    padding-right: 162px;
}
@media (max-width: 767px)
{
    .box-email form
    {
        padding-right: 100px;
    }
}
.box-email form input
{
    line-height: 28px;

    width: 100%;
    padding: 8px 10px;

    border: 1px solid #dedede;
}
.box-email form .submit
{
    font-size: 13px;
    line-height: 46px;

    position: absolute;
    top: 0;
    right: 0;

    width: 154px;
    height: 46px;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background: #004da0;
}
@media (max-width: 767px)
{
    .box-email form .submit
    {
        width: 92px;
    }
}
.box-email form .submit:hover
{
    background-color: #ec8106;
}
.box-email.wrap-email
{
    padding-top: 0;
}
.footer
{
    background-color: #2f3031;
}
.footer .foot
{
    padding: 80px 0 100px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 40px 0;
    }
}
.footer .foot > ul
{
    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul
    {
        margin: 0;
    }
}
.footer .foot > ul > li
{
    display: inline-block;

    max-width: 22%;

    vertical-align: top;
    word-break: break-all;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 25%;
        max-width: 100%;
        margin: 20px 0;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 33.33333333%;
        margin-right: -4px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
        padding: 0;
    }
    .footer .foot > ul > li:first-child
    {
        width: 100%;
    }
    .footer .foot > ul > li:nth-child(2)
    {
        width: 100%;
    }
}
.footer .foot > ul > li .title-foot
{
    margin-bottom: 26px;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .title-foot
    {
        margin-bottom: 0;
    }
}
.footer .foot > ul > li .title-foot h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .title-foot h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e629';
    }
}
.footer .foot > ul > li .item-1 p.address,
.footer .foot > ul > li .item-1 p.tel,
.footer .foot > ul > li .item-1 p.email,
.footer .foot > ul > li .item-1 p.fax,
.footer .foot > ul > li .item-1 p.website
{
    font-size: 13px;
    /* line-height: 2.76923077; */
	line-height: 2;
    position: relative;

    margin: 0;
    padding-left: 30px;

    color: #b5b7b9;
}
.footer .foot > ul > li .item-1 p.address:before,
.footer .foot > ul > li .item-1 p.tel:before,
.footer .foot > ul > li .item-1 p.email:before,
.footer .foot > ul > li .item-1 p.fax:before,
.footer .foot > ul > li .item-1 p.website:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 28px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e60d';

    color: #fff;
}
.footer .foot > ul > li .item-1 p.tel:before
{
    content: '\e61c';
}
.footer .foot > ul > li .item-1 p.fax:before
{
    content: '\e606';
}
.footer .foot > ul > li .item-1 p.email:before
{
    font-size: 14px;

    content: '\e62c';
}
.footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 13px;
    line-height: 2.76923077;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #b5b7b9;
}
.footer .foot > ul > li .item-2 a:before
{
    float: left;

    margin-right: 10px;

    content: '>';

    color: #ec8106;
}
.footer .foot > ul > li .item-2 a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;

    color: #ec8106;
}
.footer .foot > ul > li .item-3 .erweima
{
    max-width: 120px;
}
.footer .foot > ul > li .item-3 .erweima .pic
{
    padding: 10px;

    border: 1px solid #464e57;
}
.footer .foot > ul > li .item-3 .erweima img
{
    width: 100%;
}
.footer .foot > ul > li .item-3 .erweima p
{
    font-size: 12px;

    margin: 14px 0 0 0;

    text-align: center;

    color: #b5b7b9;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        padding: 20px 0 10px;
    }
}
.footer .foot .current .title-foot h3:after
{
    content: '\e626';
}
.footer .foot .current .info-down
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.footer .copyright
{
    overflow: hidden;

    padding: 18px 0;

    background-color: #fff;
}
.footer .copyright p
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #666;
}
.footer .copyright p a
{
    margin-left: 36px;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        margin-left: 4px;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #ec8106;
}
.footer .share
{
    float: right;
}
@media (max-width: 767px)
{
    .footer .share
    {
        float: none;

        text-align: center;
    }
}
.footer .share span
{
    font-size: 13px;

    display: inline-block;

    color: #fff;
}
.footer .share ul
{
    display: inline-block;

    height: 30px;
}
.footer .share li
{
    display: inline-block;
    float: none;

    margin-left: 6px;
    padding: 0;

    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
            transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    text-align: center;
}
.footer .share li:hover
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.footer .share li a
{
    display: block;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background-color: #3b5998;
}
.footer .share li a:after
{
    font-family: 'iconfont';
    font-size: 14px;
    line-height: 30px;

    content: '\e615';

    color: #fff;
}
.footer .share li a:hover
{
    text-decoration: none;
}
.footer .share .twitter a
{
    background-color: #55acee;
}
.footer .share .twitter a:after
{
    content: '\e60b';
}
.footer .share .linkedin a
{
    background-color: #1284c7;
}
.footer .share .linkedin a:after
{
    font-size: 18px;

    content: '\e6f0';
}
.footer .share .google a
{
    background-color: #dc4e41;
}
.footer .share .google a:after
{
    content: '\e60c';
}
.footer .share .youtube a
{
    background-color: #c4302b;
}
.footer .share .youtube a:after
{
    font-size: 16px;

    content: '\e6d7';
}
.footer .share .instagram a
{
    background-color: #d82f81;
}
.footer .share .instagram a:after
{
    font-size: 17px;

    content: '\e607';
}
.sub-box
{
    overflow: hidden;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .sub-box
    {
        padding: 0;
    }
}
.sub-box .category
{
    position: relative;

    width: 100%;
    height: 51px;

    border-bottom: 1px solid #e1e1e1;
}
.sub-box .category ul
{
    position: absolute;
    left: 0;

    white-space: nowrap;
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 50px;
    margin-right: 44px;
}
.sub-box .category ul li a
{
    font-size: 13px;
    line-height: 50px;

    position: relative;

    display: block;

    height: 50px;
    padding: 0;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    color: #ec8106;
}
.sub-box .category ul li.active a:after,
.sub-box .category ul li:hover a:after
{
    position: absolute;
    z-index: 9;
    bottom: -1px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #ec8106;
}
.sub-box.sub-product .category ul li.active a:after,
.sub-box.sub-product .category ul li:hover a:after
{
    z-index: 10;
    right: 0;
    bottom: -5px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    background: none;
}
.sub-box.sub-news
{
    border-top: 3px solid #ec8106;
}
.wrapper
{
    overflow: hidden;

    padding: 64px 0 74px;
}
.wrap
{
    padding-top: 60px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding-top: 50px;
    }
}
.title-wrapper h2
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 1px;
}
.title-wrapper h2 span
{
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    margin-left: 10px;

    letter-spacing: .78px;
    text-transform: uppercase;

    color: #b7b7b7;
}
.title-in h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    letter-spacing: .89px;
}
.wrap-side h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 30px 0;

    letter-spacing: .89px;
    text-transform: uppercase;
}
.wrap-side a
{
    line-height: 1.42857143;

    position: relative;

    display: block;

    margin-top: 14px;
    margin-top: 20px;
    padding-left: 20px;
}
.wrap-side a:before
{
    font-family: 'iconfont' !important;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e72f';
}
.wrap-side a:hover
{
    color: #ec8106;
}
.wrap-side .hot-pro
{
    margin-top: 40px;
}
.wrap-side .hot-news
{
    padding: 40px 0;

    border-bottom: 1px dotted #e4e4e4;
}
.location ul li
{
    display: inline-block;

    color: #999;
}
.location ul li:after
{
    float: right;

    content: '>';
}
.location ul li a
{
    font-size: 13px;

    display: inline-block;

    padding: 0 10px;

    letter-spacing: .81px;
}
.location ul li a:hover
{
    color: #ec8106;
}
.location ul li:last-child:after
{
    display: none;
}
.location ul li:last-child a:hover
{
    color: #999;
}
.wrap-about .about h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    letter-spacing: .89px;
}
.wrap-about .about img
{
    float: right;

    max-width: 100%;
    margin-left: 40px;

    border: 5px solid #f5f5f5;
}
@media (max-width: 991px)
{
    .wrap-about .about img
    {
        display: block;
        float: none;

        margin-bottom: 30px;
        margin-left: 0;
    }
}
.wrap-about .about p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-about .about hr
{
    margin-top: 60px;

    border-top: 1px dotted #e4e4e4;
}
@media (max-width: 991px)
{
    .wrap-about .about hr
    {
        margin-top: 20px;
    }
}
.wrap-development .development
{
    overflow: hidden;
}
.wrap-development .development .info ul
{
    position: relative;

    overflow: hidden;

    margin-top: 4px;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul
    {
        padding-top: 0;
        padding-left: 10px;
    }
}
.wrap-development .development .info ul li
{
    width: 50%;
    margin-left: 50%;

    list-style: none;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li
    {
        width: 100%;
        margin-left: 0;
    }
}
.wrap-development .development .info ul li:nth-child(2n+1)
{
    margin-left: 0;
}
.wrap-development .development .info ul li .note
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li .note
    {
        margin-top: 0;
    }
}
.wrap-development .development .info ul li .text
{
    margin-top: 10px;
    padding-bottom: 40px;
}
.wrap-development .development .info ul li .text p
{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-development .development .info ul li:nth-child(2n) .note
{
    position: relative;
    left: 0;

    padding-left: 24px;

    text-align: left;

    border-left: 1px dotted #e4e4e4;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li:nth-child(2n) .note
    {
        padding-left: 20px;
    }
}
.wrap-development .development .info ul li:nth-child(2n) .note::before
{
    position: absolute;
    z-index: 8;
    top: 8px;
    left: -4.5px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border: 1px solid #004da0;
    border-radius: 50%;
    background: #fff;
}
.wrap-development .development .info ul li:nth-child(2n) .note .text
{
    position: relative;
}
.wrap-development .development .info ul li:nth-child(2n+1) .note
{
    position: relative;
    right: -1px;

    padding-right: 24px;

    text-align: right;

    border-right: 1px dotted #e4e4e4;
    border-left: 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li:nth-child(2n+1) .note
    {
        right: auto;
        left: -1px;

        margin-top: 0;
        padding-right: 0;
        padding-left: 20px;

        text-align: left;

        border: none;
        border-left: 1px dotted #e4e4e4;
    }
}
.wrap-development .development .info ul li:nth-child(2n+1) .note::before
{
    position: absolute;
    z-index: 8;
    top: 9px;
    right: -4.5px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border: 1px solid #004da0;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li:nth-child(2n+1) .note::before
    {
        right: auto;
        left: -5px;
    }
}
.wrap-development .development .info ul li:nth-child(2n+1) .note .text
{
    position: relative;
}
.wrap-development .development .info ul li:first-child .note
{
    padding-top: 60px;
}
.wrap-development .development .info ul li:first-child .note:before
{
    top: 67px;
}
.wrap-development .development .info ul li h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0 0 0 0;

    color: #004da0;
}
.wrap-honor .text
{
    margin-top: 20px;
}
.wrap-honor .text p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-honor .item
{
    margin-top: 44px;
}
@media (max-width: 991px)
{
    .wrap-honor .item
    {
        margin-top: 30px;
    }
}
.wrap-honor .item .pic
{
    padding: 20px;

    -webkit-transition: all .5s;
            transition: all .5s;

    border: 1px solid #e7e7e7;
}
@media (max-width: 767px)
{
    .wrap-honor .item .pic
    {
        padding: 5px;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 63.51351351%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p
{
    font-weight: 500;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .item:hover .pic
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .item:hover p
{
    color: #004da0;
}
.wrap-culture .culture
{
    margin-top: 30px;

    text-align: center;
}
.wrap-culture .culture img
{
    max-width: 100%;
}
.wrap-culture .culture h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    margin: 0;

    color: #004da0;
}
.wrap-culture .culture p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-culture .culture .line
{
    display: block;

    width: 33px;
    height: 1px;
    margin: 0 auto;
    margin-top: 20px;

    background-color: #ec8106;
}
.wrap-factory .text
{
    margin-top: 20px;
}
.wrap-factory .text p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-factory .factory
{
    margin-top: 14px;
}
.wrap-factory .item
{
    margin-top: 30px;
}
.wrap-factory .item .pic
{
    padding: 10px;

    -webkit-transition: all .5s;
            transition: all .5s;

    border: 1px solid #e7e7e7;
}
@media (max-width: 767px)
{
    .wrap-factory .item .pic
    {
        padding: 5px;
    }
}
.wrap-factory .item .img-box
{
    padding-bottom: 65.38461538%;
}
.wrap-factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .item p
{
    font-weight: 500;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-factory .item:hover .pic
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .item:hover p
{
    color: #004da0;
}
.wrap-video .text
{
    margin-top: 20px;
}
.wrap-video .text p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-video .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .row
{
    margin: 0 -25px;
}
@media (max-width: 1199px)
{
    .wrap-video .row
    {
        margin: 0 -15px;
    }
}
.wrap-video .list
{
    padding: 0 25px;
}
@media (max-width: 1199px)
{
    .wrap-video .list
    {
        padding: 0 15px;
    }
}
.wrap-video .video
{
    position: relative;

    overflow: hidden;

    margin-top: 44px;
}
.wrap-video .video .img-box
{
    z-index: 0;

    padding-bottom: 61.29032258%;

    background-color: #000;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: 1;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-video .video .iframe
{
    display: none;

    width: 100%!important;
    height: 100%!important;
}
.wrap-video .video .play
{
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    top: 130%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
}
.wrap-video .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;

    display: block;

    content: '\e63b';
}
@media (max-width: 991px)
{
    .wrap-video .video .play:before
    {
        font-size: 50px;
    }
}
.wrap-video .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.wrap-video .video:hover .play
{
    top: 50%;
}
.wrap-service .service
{
    position: relative;

    margin-top: 50px;
    padding-top: 40px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-service .service
    {
        display: none;
    }
}
.wrap-service .service img
{
    max-width: 100%;
}
.wrap-service .service .pic-1 img
{
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
.wrap-service .service .pic-2
{
    position: absolute;
    top: 0;

    width: 100%;
}
.wrap-service .service .pic-3
{
    position: absolute;
    top: 94px;

    width: 100%;
}
.wrap-service .phone-service
{
    display: none;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-service .phone-service
    {
        display: block;
    }
}
.wrap-service .phone-service img
{
    max-width: 100%;
}
.wrap-service .service-info
{
    margin-top: 50px;
    padding: 50px 0;

    border-top: 1px dotted #e4e4e4;
    border-bottom: 1px dotted #e4e4e4;
}
.wrap-service .service-info h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    text-align: center;
    letter-spacing: .89px;
}
@media (min-width: 1200px)
{
    .wrap-service .service-info ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-service .service-info ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service-info ul
    {
        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .wrap-service .service-info li
    {
        display: inline-block;

        list-style: none;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service-info li
    {
        display: inline-block;

        width: 50%;
        margin-right: -4px;
        padding: 0 15px;

        text-align: center;
        vertical-align: top;
    }
}
.wrap-service .service-info li .item
{
    margin-top: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-service .service-info li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 54px;

    display: block;

    width: 54px;
    height: 54px;
    margin: 0 auto;

    content: '\e60d';
    text-align: center;

    color: #ec8106;
    border: 1px solid #eaeaea;
    border-radius: 50%;
}
.wrap-service .service-info li .item p
{
    line-height: 1.71428571;

    margin: 20px 0 0 0;
}
.wrap-service .service-info li .item-2:before
{
    content: '\e61c';
}
.wrap-service .service-info li .item-3:before
{
    content: '\e619';
}
.wrap-service .service-info li .item-4:before
{
    content: '\e6a4';
}
.wrap-service .service-info li .item:hover
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
}
.wrap-service .service-info li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-service .service-info li .item a:hover
{
    text-decoration: underline;

    color: #ec8106;
}
.wrap-technical .technical
{
    margin-top: 30px;
}
.wrap-technical .technical p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-technical .technical img
{
    max-width: 100%;
}
.wrap-download .download
{
    margin-top: 44px;
}
.wrap-download .download ul li
{
    margin-top: -1px;

    border-top: 1px dotted #e4e4e4;
    border-bottom: 1px dotted #e4e4e4;
}
.wrap-download .download .title-download
{
    position: relative;

    padding: 15px 18px;

    cursor: pointer;
}
.wrap-download .download .title-download:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 20px;
    left: 0;

    content: '\e72f';
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-download .download .title-download h3
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;
}
.wrap-download .download .list
{
    display: none;

    padding: 0 28px;
}
@media (max-width: 767px)
{
    .wrap-download .download .list
    {
        padding: 0 18px;
    }
}
.wrap-download .download .list p
{
    font-size: 13px;
    line-height: 30px;

    margin: 0 0 16px 0;

    color: #666;
}
.wrap-download .download .list p span
{
    display: inline-block;

    width: 15%;
}
@media (max-width: 991px)
{
    .wrap-download .download .list p span
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .list p span
    {
        width: 30%;
    }
}
.wrap-download .download .list p a
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

    height: 30px;
    margin-right: 8px;
    padding: 0 20px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #eee;
}
@media (max-width: 767px)
{
    .wrap-download .download .list p a
    {
        padding: 0 12px;
    }
}
.wrap-download .download .list p a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    float: left;

    margin-right: 4px;
content: '\e69a';
    /* content: '\e881'; */
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #004da0;
}
.wrap-download .download .list p a.onedrive:before
{
    /* content: '\e882'; */
    content: '\e628';
}
.wrap-download .download .list p a:hover
{
    color: #fff;
    background-color: #ec8106;
}
.wrap-download .download .list p a:hover:before
{
    color: #fff;
}
.wrap-download .download .current .title-download:before,
.wrap-download .download ul li:hover .title-download:before
{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-download .download .current .title-download h3,
.wrap-download .download ul li:hover .title-download h3
{
    font-weight: bold;

    color: #333;
}
.wrap-news .news
{
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        padding-right: 0;
    }
}
.wrap-news .news .item
{
    padding: 40px 0;

    border-bottom: 1px dotted #e4e4e4;
}
.wrap-news .news .item:last-child
{
    padding-bottom: 0;

    border-bottom: none;
}
.wrap-news .news .item span
{
    line-height: 26px;

    display: inline-block;

    margin-top: 30px;

    vertical-align: middle;

    color: #999;
}
.wrap-news .news .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;

    display: inline-block;

    height: 30px;
    margin: 30px 20px 0 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
.wrap-news .news .item .img-box
{
    padding-bottom: 43.01075269%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item a
{
    display: block;
}
.wrap-news .news .item p
{
    font-size: 13px;
    line-height: 1.84615385;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item a.more
{
    font-size: 13px;
    line-height: 38px;

    display: inline-block;

    height: 38px;
    margin: 24px 0 0 0;
    padding: 0 44px;

    color: #fff;
    background-color: #004da0;
}
.wrap-news .news .item a.more:hover
{
    background-color: #ec8106;
}
.wrap-news .news .item:hover h3
{
    color: #ec8106;
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-show
{
    margin-top: 40px;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news-show
    {
        padding-right: 0;
    }
}
.wrap-news .news-show .title-news h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.wrap-news .news-show .title-news p
{
    font-size: 13px;

    margin: 10px 0 0 0;

    letter-spacing: .65px;

    color: #999;
}
.wrap-news .news-show .text
{
    margin-top: 40px;
}
.wrap-news .news-show .text p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-news .news-show .text img
{
    max-width: 100%;
}
.wrap-news .news-show .relate
{
    margin-top: 70px;
    padding-top: 40px;

    border-top: 1px solid #e7e7e7;
}
@media (max-width: 991px)
{
    .wrap-news .news-show .relate
    {
        margin-top: 40px;
    }
}
.wrap-news .news-show .relate ul li
{
    position: relative;

    padding-left: 30px;
}
.wrap-news .news-show .relate ul li:before
{
    font-family: 'iconfont' !important;
    line-height: 16px;

    position: absolute;
    top: 10px;
    left: 0;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '\e9b5';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.wrap-news .news-show .relate ul li a
{
    font-size: 13px;
    line-height: 2.69230769;

    display: -webkit-box;
    overflow: hidden;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news-show .relate ul li:last-child:before
{
    content: '\e72f';
}
.wrap-news .news-show .relate ul li:hover:before
{
    background-color: #ec8106;
}
.wrap-news .news-show .relate ul li:hover a
{
    color: #ec8106;
}
.wrap-product .item
{
    display: table;

    width: 100%;
    margin-top: 44px;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .wrap-product .item
    {
        display: block;

        margin-top: 30px;
    }
}
.wrap-product .item .pic,
.wrap-product .item .note
{
    display: table-cell;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product .item .pic,
    .wrap-product .item .note
    {
        display: block;
    }
}
.wrap-product .item .pic
{
    width: 40%;
}
@media (max-width: 767px)
{
    .wrap-product .item .pic
    {
        width: 100%;
    }
}
.wrap-product .item .pic .img-box
{
    padding-bottom: 75%;
}
.wrap-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .item .note
{
    position: relative;

    width: 60%;
    padding: 30px 50px;
}
@media (max-width: 991px)
{
    .wrap-product .item .note
    {
        padding: 20px 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item .note
    {
        width: 100%;
        padding: 40px 15px;
    }
}
.wrap-product .item .note:before
{
    position: absolute;
    top: 13%;
    left: 0;

    width: 1px;
    height: 74%;

    content: '';

    background-color: #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-product .item .note:before
    {
        top: 0;

        width: 100%;
        height: 1px;
    }
}
.wrap-product .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #004da0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .item .note p
{
    font-size: 13px;
    line-height: 1.84615385;

    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;
    margin: 30px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px)
{
    .wrap-product .item .note p
    {
        margin: 20px 0 0 0;
    }
}
.wrap-product .item .note a
{
    display: block;
}
.wrap-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .item:hover .note h3
{
    color: #ec8106;
}
.wrap-product-show .pro-show
{
    overflow: hidden;

    margin-top: 46px;
}
.wrap-product-show .pro-show .album
{
    position: relative;

    float: left;

    width: 50%;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album
    {
        float: none;

        width: 100%;
    }
}
.wrap-product-show .pro-show .album .img-box
{
    padding-bottom: 75%;
}
.wrap-product-show .pro-show .album .slick-dots
{
    width: 100%;
    padding: 0 15px;
    padding-bottom: 30px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .album .slick-dots
    {
        text-align: center;
    }
}
.wrap-product-show .pro-show .album .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 6px;

    cursor: pointer;

    border: 1px solid #979797;
    border-radius: 50%;
}
.wrap-product-show .pro-show .album .slick-dots li.slick-active,
.wrap-product-show .pro-show .album .slick-dots li:hover
{
    opacity: 1;
    border-color: #ec8106;
}
.wrap-product-show .pro-show .album .slick-dots li button
{
    display: none;
}
.wrap-product-show .pro-show .text
{
    float: left;

    width: 50%;
    padding-top: 50px;
    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .text
    {
        padding-top: 0;
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text
    {
        float: none;

        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }
}
.wrap-product-show .pro-show .text .title-pro h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    color: #004da0;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text .title-pro h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .pro-show .text .note
{
    margin-top: 20px;
}
.wrap-product-show .pro-show .text .note p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-product-show .pro-show .text .download
{
    margin-top: 40px;

    border-top: 1px dotted #e4e4e4;
    border-bottom: 1px dotted #e4e4e4;
}
.wrap-product-show .pro-show .text .download span
{
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;
}
.wrap-product-show .pro-show .text .download .d-link
{
    float: right;
}
.wrap-product-show .pro-show .text .download .d-link a
{
    font-size: 13px;
    line-height: 40px;

    display: inline-block;

    color: #999;
}
.wrap-product-show .pro-show .text .download .d-link a:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 4px;

    content: '\e730';

    color: #ec8106;
}
.wrap-product-show .pro-show .text .download .d-link a:hover
{
    color: #ec8106;
}
.wrap-product-show .pro-show .text .download .d-link a.down
{
    margin-left: 30px;
}
.wrap-product-show .pro-show .text .download .d-link a.down:before
{
    content: '\e640';

    color: #53c696;
}
.wrap-product-show .pro-show .text .download .d-link a.down:hover
{
    color: #53c696;
}
.wrap-product-show .pro-show .text .link
{
    margin-top: 44px;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .pro-show .text .link a
{
    font-size: 13px;
    line-height: 42px;

    display: inline-block;

    height: 42px;
    padding: 0 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    background-color: #ec8106;
}
.wrap-product-show .pro-show .text .link a:hover
{
    background-color: #004da0;
}
.wrap-product-show .parameter
{
    overflow: hidden;

    margin-top: 60px;
}
.wrap-product-show .parameter .category
{
    position: relative;

    overflow: hidden;

    width: 100%;

    background-color: #004da0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .category ul
    {
        overflow: hidden;

        padding: 10px 0;
    }
}
.wrap-product-show .parameter .category ul li
{
    position: relative;

    display: inline-block;

    height: 42px;

    list-style: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .category ul li
    {
        float: left;

        width: 33.33333333%;
        height: 36px;
    }
}
.wrap-product-show .parameter .category ul li a
{
    font-size: 13px;
    line-height: 30px;

    display: block;

    height: 30px;
    padding: 6px 20px;

    color: rgba(255, 255, 255, .8);
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .category ul li a
    {
        line-height: 24px;

        height: 24px;
        padding: 0 10px;
    }
}
.wrap-product-show .parameter .category ul li.active a
{
    color: #fff;
}
.wrap-product-show .parameter .category ul li.active a:after
{
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;

    width: 30px;
    height: 1px;
    margin: auto;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .category ul li.active a:after
    {
        right: auto;
        left: 10px;
    }
}
.wrap-product-show .parameter .note
{
    display: none;
    overflow: hidden;

    padding: 50px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .note
    {
        padding: 30px 0 0 0;
    }
}
.wrap-product-show .parameter .note p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .note img
{
    max-width: 100%;
}
.wrap-product-show .parameter .note h3
{
    font-size: 16px;
    font-weight: bold;

    letter-spacing: 1px;
}
.wrap-product-show .parameter .note h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;

    margin: 0 0 10px 0;

    color: #004da0;
}
.wrap-product-show .parameter .note h4:before
{
    margin-right: 10px;

    content: '?';
}
.wrap-product-show .parameter .note .pic
{
    margin-top: 50px;
}
.wrap-product-show .parameter .note .pic ul
{
    overflow: hidden;

    padding-top: 1px;
}
.wrap-product-show .parameter .note .pic ul li
{
    float: left;
    overflow: hidden;

    width: 50%;
    margin-top: -1px;
    margin-left: -1px;
    padding: 30px;

    border: 1px solid #e7e7e7;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .note .pic ul li
    {
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .note .pic ul li
    {
        width: 100%;

        border-right: none;
    }
}
.wrap-product-show .parameter .note .pic ul li:nth-child(2n)
{
    border-right: none;
}
.wrap-product-show .parameter .note .pic .t-pic
{
    float: left;

    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .note .pic .t-pic
    {
        width: 100%;
    }
}
.wrap-product-show .parameter .note .pic .t-pic .img-box
{
    padding-bottom: 116.66666667%;
}
.wrap-product-show .parameter .note .pic .t-note
{
    float: left;

    width: 60%;
    padding-top: 60px;
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .note .pic .t-note
    {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .parameter .note .pic .t-note h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 20px 0;

    color: #004da0;
}
.wrap-product-show .parameter .note .pic .t-note p
{
    float: 13px;

    color: #666;
}
.wrap-product-show .parameter .message p
{
    font-size: 13px;
    line-height: 2.30769231;

    color: #666;
}
.wrap-product-show .parameter .message form
{
    margin-top: 5px;
}
.wrap-product-show .parameter .message input,
.wrap-product-show .parameter .message textarea
{
    font-size: 13px;
    line-height: 26px;

    width: 100%;
    min-height: 42px;
    margin-top: 20px;
    padding: 8px 18px;

    border: 1px solid #efefef;
    background-color: #f7f7f7;
}
.wrap-product-show .parameter .message .read input::-webkit-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:-o-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input::-moz-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:-ms-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-webkit-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-o-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-moz-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-ms-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message input::-webkit-input-placeholder,
.wrap-product-show .parameter .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input:-o-placeholder,
.wrap-product-show .parameter .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input::-moz-placeholder,
.wrap-product-show .parameter .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input:-ms-input-placeholder,
.wrap-product-show .parameter .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input:focus::-webkit-input-placeholder,
.wrap-product-show .parameter .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message input:focus::-o-placeholder,
.wrap-product-show .parameter .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message input:focus::-moz-placeholder,
.wrap-product-show .parameter .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message input:focus::-ms-input-placeholder,
.wrap-product-show .parameter .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message .submit
{
    font-size: 13px;
    line-height: 42px;

    height: 42px;
    margin-top: 30px;
    padding: 0 76px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #004da0;
}
.wrap-product-show .parameter .message .submit:hover
{
    background-color: #ec8106;
}
.wrap-contact .contact
{
    margin-top: 50px;
}
.wrap-contact .contact h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    text-align: center;
    letter-spacing: .89px;
}
@media (min-width: 1200px)
{
    .wrap-contact .contact ul
    {
        width: 100%;
        padding: 0;
		font-size: 0;
		
        /* text-align: justify;
        text-justify: distribute-all-lines; */
    }
    .wrap-contact .contact ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact ul
    {
        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .wrap-contact .contact li
    {
        display: inline-block;
		vertical-align: top;
        list-style: none;
		width: 25%;
		text-align: center;
		font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact li
    {
        display: inline-block;

        width: 50%;
        margin-right: -4px;
        padding: 0 15px;

        text-align: center;
        vertical-align: top;
    }
}
.wrap-contact .contact li .item
{
    margin-top: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-contact .contact li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 54px;

    display: block;

    width: 54px;
    height: 54px;
    margin: 0 auto;

    content: '\e60d';
    text-align: center;

    color: #ec8106;
    border: 1px solid #eaeaea;
    border-radius: 50%;
}
.wrap-contact .contact li .item p
{
    line-height: 1.71428571;

    margin: 20px 0 0 0;
}
.wrap-contact .contact li .item-2:before
{
    content: '\e61c';
}
.wrap-contact .contact li .item-3:before
{
    content: '\e619';
}
.wrap-contact .contact li .item-4:before
{
    content: '\e6a4';
}
.wrap-contact .contact li .item:hover
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
}
.wrap-contact .contact li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .contact li .item a:hover
{
    text-decoration: underline;

    color: #ec8106;
}
.wrap-contact .map
{
    overflow: hidden;

    height: 450px;
    margin-top: 60px;

    border: 1px solid #e1e1e1;
}
.wrap-contact .map img
{
    height: 100%;
}
.wrap-message .message
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-message .message
    {
        margin-top: 40px;
    }
}
.wrap-message .message p
{
    font-size: 13px;
    line-height: 1.84615385;

    color: #666;
}
.wrap-message .message form
{
    margin: 0 -8px;
}
.wrap-message .message form .list
{
    padding: 0 8px;
}
.wrap-message .message form input,
.wrap-message .message form textarea
{
    font-size: 13px;
    line-height: 26px;

    width: 100%;
    min-height: 42px;
    margin-top: 20px;
    padding: 8px 18px;

    border: 1px solid #efefef;
    background-color: #f7f7f7;
}
.wrap-message .message form input::-webkit-input-placeholder,
.wrap-message .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-message .message form input:-o-placeholder,
.wrap-message .message form textarea:-o-placeholder
{
    color: #999;
}
.wrap-message .message form input::-moz-placeholder,
.wrap-message .message form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-message .message form input:-ms-input-placeholder,
.wrap-message .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-message .message form input:focus::-webkit-input-placeholder,
.wrap-message .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-o-placeholder,
.wrap-message .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-moz-placeholder,
.wrap-message .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-ms-input-placeholder,
.wrap-message .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form .submit
{
    font-size: 13px;
    line-height: 42px;

    height: 42px;
    margin-top: 30px;
    padding: 0 76px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #004da0;
}
.wrap-message .message form .submit:hover
{
    background-color: #ec8106;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 40px;
    }
}
.page a
{
    line-height: 40px;

    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 40px;
    margin: 0 3px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    border-radius: 50%;
}
.page a.omit:hover
{
    color: #333;
    background-color: #fff;
}
.page a.first-child:before,
.page a.last-child:before
{
    font-family: 'iconfont';
    font-size: 18px;

    content: '\e9b5';

    color: #aaa;
}
.page a.first-child:hover:before,
.page a.last-child:hover:before
{
    color: #fff;
}
.page a.last-child:before
{
    content: '\e72f';
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #004da0;
    background-color: #004da0;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 1199px)
{
    .stuck
    {
        display: none;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
table tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
table td
{
    padding: 8px !important;

    border: 1px solid #ccc !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
<!--0.00016403198242188-->